home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NET656N5.IN_ / net656n5.inf
Encoding:
INI File  |  2003-03-24  |  4.3 KB  |  135 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. LayoutFile  = layout.inf
  5. signature   = "$Windows NT$"
  6. Class        = Net
  7. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. provider    = %MSFT%
  9. DriverVer=10/01/2002,1.50.5000.7
  10.  
  11. [Manufacturer]
  12. %V_3COM%   = 3COM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect   = * 
  16.  
  17. [3COM]
  18. %GENA.DeviceDesc%   = 3C656A.ndi, PCI\VEN_10b7&DEV_6560
  19. %GENB.DeviceDesc%   = 3C656B.ndi, PCI\VEN_10b7&DEV_6562
  20. %3C656A.DeviceDesc% = 3C656A.ndi, PCI\VEN_10b7&DEV_6560&SUBSYS_656A10B7
  21. %3C656B.DeviceDesc% = 3C656B.ndi, PCI\VEN_10b7&DEV_6562&SUBSYS_656B10B7
  22.  
  23. ;-------------------------------------------------------------------------------
  24. ; 3C656A
  25. ;
  26. [3C656A.ndi]
  27. AddReg        = 3C656A.reg, elnk3C656.params.reg, elnk3C656.reg
  28. BusType     = 5    
  29. Characteristics = 0x84
  30. CopyFiles    = elnk3C656.CopyFiles
  31.  
  32. [3C656A.ndi.Services]
  33. AddService = el656nd5, 2, el656nd5.Service, el656nd5.EventLog
  34.  
  35. [3C656A.reg]
  36. HKR, , OSType,        0, "0"
  37. HKR, , DriverMode, ,"0"
  38. HKR,,CardRevision,,"0"
  39. HKR,Ndi\params\DuplexMode,    ParamDesc,    0, %DuplexMode%
  40. HKR,Ndi\params\DuplexMode,    type,           0, "enum"
  41. HKR,Ndi\params\DuplexMode,    default,        0, "0"
  42. HKR,Ndi\params\DuplexMode\enum,    0,        0, %AutoDetect%
  43. HKR,Ndi\params\DuplexMode\enum,    1,        0, %FullDuplex%
  44.  
  45. ;-------------------------------------------------------------------------------
  46. ; 3C656B
  47. ;
  48. [3C656B.ndi]
  49. AddReg        = 3C656B.reg, elnk3C656.params.reg, elnk3C656.reg
  50. BusType     = 5    
  51. Characteristics = 0x84
  52. CopyFiles    = elnk3C656.CopyFiles
  53.  
  54. [3C656B.ndi.Services]
  55. AddService = el656nd5, 2, el656nd5.Service, el656nd5.EventLog
  56.  
  57. [3C656B.reg]
  58. HKR, , OSType,        0, "0"
  59. HKR, , DriverMode, ,"0"
  60. HKR,,CardRevision,,"1"
  61. HKR,NDI\params\LinkSelection,       ParamDesc,    0, %Link%
  62. HKR,NDI\params\LinkSelection,       type,    0, "enum"
  63. HKR,Ndi\params\LinkSelection,        default,    0, "0200"
  64. HKR,Ndi\params\LinkSelection\enum, 0200,    0, %AutoNeg%
  65. HKR,Ndi\params\LinkSelection\enum, 0100,    0, %100F%
  66. HKR,Ndi\params\LinkSelection\enum, 0080,    0, %100H%
  67. HKR,Ndi\params\LinkSelection\enum, 0040,    0, %10F%
  68. HKR,Ndi\params\LinkSelection\enum, 0020,    0, %10H%
  69.  
  70. ;-------------------------------------------------------------------------------
  71. ; 3Com 3c656 General Params
  72. ;
  73. [elnk3C656.params.reg]
  74. HKR,NDI\params\AutoPolarity,       ParamDesc,  0, %AutoPolarity%
  75. HKR,NDI\params\AutoPolarity,       type,       0, "enum"
  76. HKR,Ndi\params\AutoPolarity,       default,    0, "0000"
  77. HKR,Ndi\params\AutoPolarity\enum,  0000,       0, %Enable%
  78. HKR,Ndi\params\AutoPolarity\enum,  0020,       0, %Disable%
  79.  
  80. ;-------------------------------------------------------------------------------
  81. ; 3Com 3C656-TX Service and Driver
  82. ;
  83. [elnk3C656.reg]
  84. HKR, Ndi,         Service,     0, "EL656nd5"
  85. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  86. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  87.  
  88. [el656nd5.Service]
  89. DisplayName    = %el656nd5.Service.DispName%
  90. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  91. StartType    = 3 ;%SERVICE_DEMAND_START%
  92. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  93. ServiceBinary    = %12%\el656nd5.sys
  94. LoadOrderGroup    = NDIS
  95.  
  96. [el656nd5.EventLog]
  97. AddReg = el656nd5.AddEventLog.reg
  98.  
  99. [el656nd5.AddEventLog.reg]
  100. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  101. HKR, , TypesSupported,     0x00010001, 7
  102.  
  103. [elnk3C656.CopyFiles]
  104. el656ND5.sys,,,2
  105.  
  106. [DestinationDirs]
  107. elnk3C656.CopyFiles =12
  108.  
  109. ;-------------------------------------------------------------------------------
  110. ; Localization Strings
  111. ;
  112. [strings]
  113. MSFT                      = "Microsoft"
  114. V_3COM                    = "3Com"
  115.  
  116. DuplexMode          = "Duplex Mode"
  117. AutoDetect          = "Auto Detect"
  118. FullDuplex          = "Full Duplex"
  119. Link              = "Network Link Selection"
  120. AutoNeg              = "Auto Negotiation"
  121. 100F              = "100BTX Full Duplex"
  122. 100H              = "100BTX Half Duplex"
  123. 10F              = "10BT Full Duplex"
  124. 10H              = "10BT Half Duplex"
  125. AutoPolarity          = "Automatic Polarity"
  126. Enable               = "Enable"
  127. Disable              = "Disable"
  128.  
  129. GENA.DeviceDesc           = "3Com FEM656-Based CardBus Fast Ethernet Adapter (Generic)"
  130. GENB.DeviceDesc           = "3Com FEM656B-Based CardBus Fast Ethernet Adapter (Generic)"
  131. 3C656A.DeviceDesc      = "FEM656-3Com 10-100 LAN+56K Modem CardBus PC Card (Fast Ethernet)"
  132. 3C656B.DeviceDesc      = "FEM656B-3Com 10-100 LAN+56K Modem CardBus PC Card (Fast Ethernet)"
  133. el656nd5.Service.DispName = "3Com 10-100 LAN CardBus PC Card Driver"
  134.  
  135.